home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
crack200
/
frmhelp.frm
< prev
next >
Wrap
Text File
|
1999-09-05
|
3KB
|
94 lines
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "Help"
ClientHeight = 3165
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
Icon = "frmHelp.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
ScaleHeight = 3165
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Ok"
Height = 375
Left = 3360
TabIndex = 0
Top = 2640
Width = 1095
End
Begin VB.Label Label6
Caption = "AllAdvantage IE5 Emulator 2.00"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 120
TabIndex = 6
Top = 120
Width = 4455
End
Begin VB.Label Label5
Caption = "Question? Comments? Email me at Polytronix@hawaii.rr.com"
Height = 375
Left = 600
TabIndex = 5
Top = 2640
Width = 2895
End
Begin VB.Label Label4
Caption = "This program doesnt alter AllAdvantage in any way. It wont record time if this program isnt in focus."
Height = 495
Left = 360
TabIndex = 4
Top = 1920
Width = 4215
End
Begin VB.Label Label3
Caption = "What it doesnt do:"
ForeColor = &H000000FF&
Height = 255
Left = 120
TabIndex = 3
Top = 1680
Width = 3615
End
Begin VB.Label Label2
Caption = $"frmHelp.frx":164A
Height = 975
Left = 360
TabIndex = 2
Top = 720
Width = 4095
End
Begin VB.Label Label1
Caption = "What this program does:"
ForeColor = &H000000FF&
Height = 255
Left = 120
TabIndex = 1
Top = 480
Width = 4455
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Hide
End Sub